Carbon


DataBrowserItemReceiveDragProcPtr

Header: ControlDefinitions.h Carbon status: Under Evaluation

typedef Boolean(* DataBrowserItemReceiveDragProcPtr) (
    ControlRef browser, 
    DataBrowserItemID itemID, 
    DataBrowserPropertyID property, 
    UInt16 dragFlags, 
    DragReference theDrag
);

You would declare your function like this if you were to name it MyDataBrowserItemReceiveDragCallback:

Boolean MyDataBrowserItemReceiveDragCallback (
    ControlRef browser, 
    DataBrowserItemID itemID, 
    DataBrowserPropertyID property, 
    UInt16 dragFlags, 
    DragReference theDrag
);
browser
itemID
property
dragFlags
theDrag

AVAILABILITY

Under evaluation for Carbon.


© 2000 Apple Computer, Inc. — (Last Updated 5/8/2000)